:: Monad m => (a -> b) -> (m a -> m b) -package:termonad package:zio

Promote a function to a monad.
Strict version of <$>.